home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / SAMPLES / watcom.prj < prev   
Text File  |  1996-03-05  |  303b  |  20 lines

  1. -lookup = *.mod = $!\watcom
  2. -lookup = *.def = $!\watcom
  3. -lookup = *.c   = $!\watcom
  4. -lookup = *.tem = $!\watcom
  5.  
  6. +m2extensions
  7. -cc=WATCOM
  8.  
  9. -gendebug-
  10. -lineno-
  11.  
  12. -makefile+
  13. -mkfname=cdemo
  14. -mkfext=mkf
  15. -template=watcom.tem
  16.  
  17. -link="wmake /f %s",mkfname#mkfext;
  18.  
  19. !module m2test.mod cmain.c
  20.